encoding/xml.printer.closed (field)

6 uses

	encoding/xml (current package)
		marshal.go#L333: 	closed     bool
		marshal.go#L991: 	if p.closed && p.err == nil {
		marshal.go#L1002: 	if p.closed && p.err == nil {
		marshal.go#L1013: 	if p.closed && p.err == nil {
		marshal.go#L1026: 	if p.closed {
		marshal.go#L1029: 	p.closed = true